const github.com/refraction-networking/utls.alertCloseNotify

8 uses

	github.com/refraction-networking/utls (current package)
		alert.go#L28: 	alertCloseNotify                  alert = 0
		alert.go#L65: 	alertCloseNotify:                  "close notify",
		conn.go#L724: 		if alert(data[1]) == alertCloseNotify {
		conn.go#L843: 	case alertNoRenegotiation, alertCloseNotify:
		conn.go#L851: 	if err == alertCloseNotify {
		conn.go#L1480: 		c.closeNotifyErr = c.sendAlertLocked(alertCloseNotify)
		quic.go#L487: 		return c.sendAlertLocked(alertCloseNotify)
		quic.go#L497: 		return c.sendAlertLocked(alertCloseNotify)